SPLIT$
SPLIT$ will split a string by a separator and return a given fragment.

ARGUMENTS:
* Source String = The source string
* Character = The separator character
* Index = The index of the fragment to return

RETURNS:
The new string fragment.


SYNTAX
Return String=SPLIT$(Source String,Character,Index)


RELATED INFO
View String Operations Index
View STYX Index
View STYX Main File